admin-scripts/systemd/system/.archived/mastodon-backup.service
2024-07-20 16:15:56 -05:00

15 lines
282 B
Desktop File

[Unit]
Description=mastodon-backup
AssertFileIsExecutable=/home/mastodon/bin/mastodon-backup
Requires=mnt-mastodon.mount
After=mnt-mastodon.mount
[Service]
Type=oneshot
User=mastodon
Group=mastodon
ExecStart=/home/mastodon/bin/mastodon-backup
[Install]
WantedBy=multi-user.target