system-helpers/etc/systemd/system/systemd_check.service
Alexander Schäferdiek 04b18fefa0
All checks were successful
continuous-integration/drone/push Build is passing
Use correct default.target for user systemd services
2022-08-20 10:08:18 +02:00

10 lines
167 B
Desktop File

[Unit]
Description=Run systemd_check
OnFailure=systemd_failure_notify@%n.service
[Service]
Type=oneshot
ExecStart=systemd_check
[Install]
WantedBy=multi-user.target