Browse Source

As of v246 of systemd "syslog" and "syslog-console" switches have been deprecated

master
Jóhann B. Guðmundsson 5 years ago committed by Harald Hoyer
parent
commit
38ba90bf88
  1. 4
      modules.d/99squash/squash-mnt-clear.service

4
modules.d/99squash/squash-mnt-clear.service

@ -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…
Cancel
Save