summaryrefslogtreecommitdiff
blob: 1915b0ca924f11e40216fffd7705e3d04b72f49e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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