12 lines
198 B
SYSTEMD
12 lines
198 B
SYSTEMD
|
[Unit]
|
||
|
Description=Clean old data from Reminder Bot
|
||
|
|
||
|
[Service]
|
||
|
User=reminder
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/reminder-rs clean
|
||
|
WorkingDirectory=/etc/reminder-rs
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|