summarylogtreecommitdiffstats
path: root/shellinabox.service
blob: 5c99163f644afb5530cdd6645dd3d4e55f8bf293 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Shell In a Box Daemon
Requires=network.target
After=network.target

[Service]
ExecStart=/usr/bin/shellinaboxd
Type=exec
Restart=always

[Install]
WantedBy=default.target
RequiredBy=network.target