Automatic status deletion script for Mastodon and Pleroma
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
271 B

3 years ago
[Unit]
Description=Fediverse Deleter
3 years ago
[Service]
User=fedidel
3 years ago
WorkingDirectory=/usr/local/lib/fedidel
ExecStart=/usr/bin/python3 /usr/local/lib/fedidel/fedidel.py
3 years ago
Environment=PYTHONUNBUFFERED=1
SyslogIdentifier=fedidel
Restart=always
[Install]
WantedBy=multi-user.target