12 lines
167 B
Desktop File
12 lines
167 B
Desktop File
# vim:ft=dosini:
|
|
[Unit]
|
|
Description=9iron backup service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
MemoryMax=256M
|
|
ExecStart=/opt/backups/backup.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|