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

9 lines
142 B
SYSTEMD
Raw Normal View History

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