diff options
author | Adam Spragg <adam@spra.gg> | 2022-03-15 22:24:20 +0000 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2022-03-15 22:24:20 +0000 |
commit | b673da10dbaab2a5109ca292c23260c0f643a3f5 (patch) | |
tree | 589866c790f547c9ac1ca8250d25b09388e82d55 /makefile | |
parent | cbc2e687e49dbfb796cf39211f8d6fdde2946987 (diff) |
Force creation of adu-upgrade.service symlink
So that an existing installation doesn't cause a new one to fail
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ install: install -m 644 -t '$(SYSDDIR)' adu-download.service install -m 644 -t '$(SYSDDIR)' adu-download.timer install -m 644 -t '$(SYSDDIR)' adu-upgrade.service - ln -s '$(SYSDDIR)/adu-upgrade.service' '$(SYSDDIR)/system-update.target.wants/adu-upgrade.service' + ln -sf '$(SYSDDIR)/adu-upgrade.service' '$(SYSDDIR)/system-update.target.wants/adu-upgrade.service' systemctl daemon-reload #systemctl --now preset adu-download.timer systemctl --now enable adu-download.timer |