mirror of
https://codeberg.org/hyperreal/admin-scripts
synced 2024-11-01 16:03:06 +01:00
15 lines
282 B
Desktop File
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
|