blob: d92065b5d1bcf00e8f8807309199603acab82dbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[Unit]
Description=Serve a login-terminal over http on port 4200.
Required=sshd.service
After=sshd.service
[Service]
User=root
Type=forking
EnvironmentFile=/etc/conf.d/shellinaboxd
ExecStart=/usr/bin/shellinaboxd $SHELLINABOXD_ARGS
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-abort
[Install]
WantedBy=multi-user.target
|