diff options
Diffstat (limited to 'www-misc/shellinabox/files/shellinaboxd.service')
-rw-r--r-- | www-misc/shellinabox/files/shellinaboxd.service | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www-misc/shellinabox/files/shellinaboxd.service b/www-misc/shellinabox/files/shellinaboxd.service deleted file mode 100644 index 1915b0ca924f..000000000000 --- a/www-misc/shellinabox/files/shellinaboxd.service +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=Shell In A Box daemon -Documentation=man:shellinaboxd(1) -After=network.target nss-lookup.target - -[Service] -EnvironmentFile=/etc/conf.d/shellinaboxd -WorkingDirectory=/usr/share/shellinabox-resources -ExecStart=/usr/sbin/shellinaboxd ${SIAB_DISABLE_SSL} --port=${SIAB_HTTP_PORT} --user=${SIAB_USER} --group=${SIAB_GROUP} --service=${SIAB_SERVICE} -Restart=on-failure - -[Install] -WantedBy=multi-user.target - |