Adds safe-reboot and safe-shutdown, removes all .sh extensions to scripts
This commit is contained in:
@@ -3,4 +3,4 @@ Description=Backups the Gitea database
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/opt/bin/backup-postgres.sh
|
||||
ExecStart=/opt/bin/backup-postgres
|
||||
|
||||
@@ -3,4 +3,4 @@ Description=Backups the Immich database
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/opt/bin/backup-postgres.sh
|
||||
ExecStart=/opt/bin/backup-postgres
|
||||
|
||||
@@ -3,4 +3,4 @@ Description=Backups the Nextcloud database
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/opt/bin/backup-postgres.sh
|
||||
ExecStart=/opt/bin/backup-postgres
|
||||
|
||||
@@ -3,4 +3,4 @@ Description=Pre-generates previews for Nextcloud
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/var/home/nextcloud/pre-generate-preview.sh
|
||||
ExecStart=/var/home/nextcloud/pre-generate-preview
|
||||
|
||||
@@ -3,4 +3,4 @@ Description=Backups the paperless database
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/opt/bin/backup-postgres.sh
|
||||
ExecStart=/opt/bin/backup-postgres
|
||||
|
||||
@@ -3,4 +3,4 @@ Description=Update the unbound root hints
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/var/home/pihole/update-hints.sh
|
||||
ExecStart=/var/home/pihole/update-hints
|
||||
|
||||
@@ -3,4 +3,4 @@ Description=Update the unbound root entries
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/var/home/pihole/update-root.sh
|
||||
ExecStart=/var/home/pihole/update-root
|
||||
|
||||
@@ -3,4 +3,4 @@ Description=Backups the Synapse database
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/opt/bin/backup-postgres.sh
|
||||
ExecStart=/opt/bin/backup-postgres
|
||||
|
||||
@@ -3,4 +3,4 @@ Description=Update the DynDns entries
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/var/home/tga/dyndns.sh
|
||||
ExecStart=/var/home/tga/dyndns
|
||||
|
||||
@@ -3,4 +3,4 @@ Description=Backups the Wallabag database
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/opt/bin/backup-postgres.sh
|
||||
ExecStart=/opt/bin/backup-postgres
|
||||
|
||||
Reference in New Issue
Block a user