rootfs/etc/systemd/system/git-sync.service hinzugefügt
This commit is contained in:
8
rootfs/etc/systemd/system/git-sync.service
Normal file
8
rootfs/etc/systemd/system/git-sync.service
Normal file
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Synchronize files from Git repository
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=andre
|
||||
WorkingDirectory=/opt/git-sync/myrepo
|
||||
ExecStart=/usr/local/bin/git-sync.sh
|
||||
Reference in New Issue
Block a user