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
|
||||
RemainAfterExit=no
|
||||
StandardInput=null
|
||||
StandardOutput=syslog+console
|
||||
StandardError=syslog+console
|
||||
StandardOutput=journal+console
|
||||
StandardError=journal+console
|
||||
ExecStart=/squash/clear-squash.sh
|
||||
|
|
Loading…
Reference in New Issue