From: mhoellein Date: Thu, 5 Jul 2018 04:25:08 +0000 (+0200) Subject: daily autocommit X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=4dbcb4e57fbe6d9c4789b29a8c5837b357b20b59;p=pi-dgl-wand daily autocommit --- diff --git a/.etckeeper b/.etckeeper index 6bd08ae..f319d13 100755 --- a/.etckeeper +++ b/.etckeeper @@ -1057,6 +1057,7 @@ maybe chmod 0755 'systemd/system/getty@tty1.service.d' maybe chmod 0644 'systemd/system/getty@tty1.service.d/noclear.conf' maybe chmod 0755 'systemd/system/halt.target.wants' maybe chmod 0755 'systemd/system/multi-user.target.wants' +maybe chmod 0644 'systemd/system/multi-user.target.wants/hmgw.service' maybe chmod 0755 'systemd/system/paths.target.wants' maybe chmod 0755 'systemd/system/poweroff.target.wants' maybe chmod 0755 'systemd/system/printer.target.wants' diff --git a/systemd/system/multi-user.target.wants/hmgw.service b/systemd/system/multi-user.target.wants/hmgw.service new file mode 100644 index 0000000..f535b56 --- /dev/null +++ b/systemd/system/multi-user.target.wants/hmgw.service @@ -0,0 +1,13 @@ +[Unit] +Description=Homematic LAN Gateway +After=syslog.target +After=network.target +Requires=network.target + +[Service] +ExecStart=/opt/YAHM/share/tools/hmgw/hmlangw -n auto +ExecReload=/bin/kill -9 $MAINPID +Restart=on-abort + +[Install] +WantedBy=multi-user.target