終了時にスクリプトを実行し、rsyslogが停止した後に再起動したいと思います。
私のsystemdサービスファイル/lib/systemd/system/test.serviceに何を書くべきですか?これまで私
[Unit]
Description=test
RequiresMountsFor=/
[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=/bin/true
ExecStop=/which/path/should/itbe
[Install]
WantedBy=reboot.target halt.target shutdown.target poweroff.target
rsyslogが停止した後にどのように実行しますか?
この方法しかないようですDebian 9またはRaspbian 8で終了時にスクリプトを実行する方法(Jessie)。
答え1
あなたはBefore=rsyslog.service
[Unit]
ところで、おそらく最後の行を次に変更する必要があります。WantedBy=multi-user.target