summarylogtreecommitdiffstats
path: root/matrix-reminder-bot.service
blob: 5fc90f6b6898e1ce308372dbc78d694c8b684de1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Matrix bot to remind you about stuff.
After=network-online.target
Requires=network-online.target

[Service]
Type=simple
ExecStart=/usr/bin/matrix-reminder-bot /etc/matrix-reminder-bot/config.yaml
WorkingDirectory=/var/lib/matrix-reminder-bot
DynamicUser=true
ConfigurationDirectory=matrix-reminder-bot
StateDirectory=matrix-reminder-bot

[Install]
WantedBy=multi-user.target