Skip to content

Commit

Permalink
Fix broken trigger condition in systemd unit
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeydoherty committed Nov 3, 2017
1 parent 7e25f16 commit c898426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Write systemd unit
data_conf = configuration_data()
data_conf.set('QOL_STATUS_FILE', with_status_file)
data_conf.set('QOL_TRIGGER_FILE', with_trigger_file)
data_conf.set('SBINDIR', path_sbindir)

configure_file(
Expand Down
2 changes: 1 addition & 1 deletion data/qol-assist-migration.service.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=QoL Migration Service
ConditionPathExists=@QOL_STATUS_FILE@
ConditionPathExists=@QOL_TRIGGER_FILE@
After=systemd-sysusers.service

[Service]
Expand Down

0 comments on commit c898426

Please sign in to comment.