mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2024-11-02 01:03:07 +01:00
10 lines
185 B
SYSTEMD
10 lines
185 B
SYSTEMD
|
[Unit]
|
||
|
Description=Daily sync_to_remotes.py
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/home/jas/repos/codeberg.org/hyperreal/admin-scripts/sync_to_remotes.py
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|