blob: 6c11c24f7d225b91edb4c77a55051df35e03b3ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Shell In a Box Daemon
[Service]
Type=oneshot
RemainAfterExit=yes
User=%i
ExecStart=/usr/bin/shellinaboxd -b -s '/:SSH:localhost' --localhost-only -c '/tmp'
[Install]
WantedBy=multi-user.target
|