10 lines
178 B
Desktop File
10 lines
178 B
Desktop File
[Unit]
|
|
Description=Run ZK autosave every 15 minutes
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/bin/bash /home/thomas/repos/eolas/scripts/auto_save.sh
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|