home · contact · privacy
Improve plomlombot setup.
[config] / all_new_2018 / linkable_etc_files / web / etc / systemd / system / plomlombot.service
1 [Unit]
2 Description=plomlombot screen
3
4 [Service]
5 Type=forking
6 User=plom
7 ExecStart=/bin/sh -c '~/start_plomlombot.sh'
8 Restart=always
9
10 [Install]
11 WantedBy=multi-user.target