flocon/user-services/.config/systemd/user/sync.service

9 lines
142 B
SYSTEMD
Raw Normal View History

2023-06-01 11:26:29 +02:00
[Unit]
2023-06-08 16:02:24 +02:00
Description=Sync personal files with a remote called drive
2023-06-01 11:26:29 +02:00
[Service]
2023-06-01 13:56:35 +02:00
ExecStart=%h/.scripts/sync.sh
2023-06-01 11:26:29 +02:00
[Install]
WantedBy=default.target