10 lines
164 B
Desktop File
10 lines
164 B
Desktop File
[Unit]
|
|
Description=Run systemd_check
|
|
OnFailure=systemd_failure_notify@%n.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=systemd_check
|
|
|
|
[Install]
|
|
WantedBy=default.target
|