summarylogtreecommitdiffstats
path: root/uberbot.service
blob: c9112ffbd80fff2fc262b084c8d6384d8ba4c0a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=All in one IRC bot developed by Lemon.sh
After=network.target

[Service]
User=uberbot
Type=simple
WorkingDirectory=/var/lib/uberbot
Environment=UBERBOT_CONFIG=/etc/uberbot/config.toml
ExecStart=/usr/bin/uberbot

[Install]
WantedBy=multi-user.target