9 lines
159 B
SYSTEMD
9 lines
159 B
SYSTEMD
|
[Unit]
|
||
|
Description=Backup postgres database mastodon_production
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
User=mastodon
|
||
|
Group=mastodon
|
||
|
ExecStart=/home/mastodon/.bin/dobackup.sh
|