aboutsummaryrefslogtreecommitdiff
path: root/arch/mutebot@.service
blob: a9f0b214e06c57a6eaf92e6eff27aa8f0eb5b210 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=mutebot
Documentation=man:mutebot(1)
After=network.target network-online.target nss-lookup.target

[Service]
Type=simple
User=mutebot
EnvironmentFile=/etc/mutebot/%i.conf
ExecStartPre=/usr/bin/mutebot -l -d /var/lib/mutebot/%i/
ExecStart=/usr/bin/mutebot -d /var/lib/mutebot/%i/

[Install]
WantedBy=multi-user.target