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

9 lines
133 B
SYSTEMD
Raw Normal View History

2023-06-01 09:26:29 +00:00
[Unit]
Description=Sync personal files with Google Drive
[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