mirror of
https://github.com/wolfydw/backup_OBS.git
synced 2026-05-08 06:37:02 +08:00
11 lines
220 B
Desktop File
11 lines
220 B
Desktop File
[Unit]
|
|
Description=Update backup_OBS scripts from Git
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=__RUN_USER__
|
|
WorkingDirectory=__WORKDIR__
|
|
ExecStart=__WORKDIR__/update.sh stable
|