summaryrefslogtreecommitdiff
path: root/unit_files/check-server-status.service
blob: 5157cd82687f8c63c6861bf4034000b57544ea19 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Check server status
Wants=check-server-status.timer

[Service]
Type=oneshot
User=server_status
ExecStart=/opt/server_status/src/check_server_status.sh

[Install]
WantedBy=multi-user.target