9 lines
142 B
SYSTEMD
9 lines
142 B
SYSTEMD
|
[Unit]
|
||
|
Description=Sync personal files with a remote called drive
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=%h/.scripts/sync.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|