system-helpers/etc/systemd/user/check_updates.service
Alexander Schäferdiek b0517cfa44
All checks were successful
continuous-integration/drone/push Build is passing
Add optional DNS check for network-online.target to user service files
2022-08-23 18:55:27 +02:00

14 lines
343 B
Desktop File

[Unit]
Description=Run check_updates
OnFailure=systemd_failure_notify@%n.service
Wants=network-online.target
After=network-online.target
Requires=network-online.target
[Service]
Type=oneshot
#ExecStartPre=/bin/bash -c 'until host captiveportal.myservermanager.com; do sleep 1; done'
ExecStart=check_updates
[Install]
WantedBy=default.target