coreos-home-server/config/common/systemd/coreos-home-server-update.service
Alex Palaistras 8a95e57045 Don't clone with 'depth=1' in CoreOS update
Full git history is required for partial updates in the
`coreos-home-server-update` service.
2021-09-22 22:22:23 +01:00

16 lines
417 B
Desktop File

[Unit]
Description=CoreOS Home Server Update
Wants=network-online.target
After=network-online.target
[Service]
Type=oneshot
SyslogIdentifier=%N
PrivateTmp=true
Environment=GIT_REMOTE_URL=https://github.com/deuill/coreos-home-server.git
ExecStartPre=/usr/bin/git clone --verbose -- $GIT_REMOTE_URL %T/coreos-home-server
ExecStart=/bin/bash %T/coreos-home-server/hooks/post-merge
[Install]
WantedBy=multi-user.target