home · contact · privacy
Add plomlombot-irc setup.
[config] / buster / etc_files / website / etc / systemd / system / plomlombot.service
1 [Unit]
2 Description=plomlombot screen
3
4 [Service]
5 Type=simple
6 User=plom
7 ExecStart=/bin/sh -c '~/plomlombot_daemon.sh'
8 Restart=always
9
10 [Install]
11 WantedBy=multi-user.target