summaryrefslogtreecommitdiffstats
path: root/tip-bot2.service
blob: 3aaa5f424fe2974910dc6c6363d9e714de7ee2e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=tip-commit-bot
After=syslog.target network.target
ConditionPathExists=/home/tipbot/tipbot.yaml

[Service]
Type=simple
User=tipbot
ExecStart=/home/tipbot/tipbot/code/tip-bot2-daemon
[Install]
WantedBy=default.target