As of v246 of systemd "syslog" and "syslog-console" switches have been deprecated
parent
265f696b53
commit
38ba90bf88
|
@ -12,6 +12,6 @@ ConditionPathExists=/squash/root
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=no
|
RemainAfterExit=no
|
||||||
StandardInput=null
|
StandardInput=null
|
||||||
StandardOutput=syslog+console
|
StandardOutput=journal+console
|
||||||
StandardError=syslog+console
|
StandardError=journal+console
|
||||||
ExecStart=/squash/clear-squash.sh
|
ExecStart=/squash/clear-squash.sh
|
||||||
|
|
Loading…
Reference in New Issue