summaryrefslogtreecommitdiff
path: root/baserock_webserver/irclogs/supybot.service
blob: 49720f70237a17bcac0277336ac889f70e979c0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Run supybot daemon
Requires=network-online.target
After=network-online.target
# If there's a shared /home or /var subvolume, it must be
# mounted before this unit runs.
Requires=local-fs.target
After=local-fs.target

ConditionPathExists=/home/supybot/supybot-baserock.conf

[Service]
ExecStart=/usr/bin/supybot /home/supybot/supybot-baserock.conf
User=supybot
Restart=always