11 lines
148 B
Desktop File
11 lines
148 B
Desktop File
# vim:ft=systemd
|
|
[Unit]
|
|
Description=Nightly backup service
|
|
|
|
[Service]
|
|
MemoryMax=256M
|
|
ExecStart=/opt/backup.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|