diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-03-24 14:40:56 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-03-24 14:41:08 +0100 |
commit | a63f5879b8bbe18ba7d317c79d8bc2d015f73297 (patch) | |
tree | 7a05f23ce02b7d9e2962dd021aa152c4d517f8b8 /testing/caddy/caddy.initd | |
parent | c749890cee25c59d44c799c76790acb5ef60c974 (diff) | |
download | aports-a63f5879b8bbe18ba7d317c79d8bc2d015f73297.tar.bz2 aports-a63f5879b8bbe18ba7d317c79d8bc2d015f73297.tar.xz |
community/caddy: add ca-certificates to deps and move to community
Diffstat (limited to 'testing/caddy/caddy.initd')
-rw-r--r-- | testing/caddy/caddy.initd | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/caddy/caddy.initd b/testing/caddy/caddy.initd deleted file mode 100644 index 4dae7edfa9..0000000000 --- a/testing/caddy/caddy.initd +++ /dev/null @@ -1,13 +0,0 @@ -#!/sbin/openrc-run - -name="Caddy webserver" -command="/usr/sbin/caddy" -command_args="$CADDY_OPTS" -pidfile="/var/run/caddy.pid" -command_background=yes -start_stop_daemon_args="--user caddy --group caddy" - -depend() { - need net localmount - after firewall -} |