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.

13 lines
271 B

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