blob: c264769ee205b759f201bc87424d63529542f7f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=ErrBot
After=network.target
[Service]
User=jabber
Type=simple
ExecStart=/usr/bin/errbot
WorkingDirectory=/etc/errbot
[Install]
WantedBy=multi-user.target
|