Delete systemd/chamado-health.service
This commit is contained in:
parent
bc5c03118f
commit
71f1ca41b1
1 changed files with 0 additions and 14 deletions
|
|
@ -1,14 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=Chamado Health check script
|
|
||||||
Wants=network-online.target
|
|
||||||
After=network-online.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=oneshot
|
|
||||||
EnvironmentFile=-%h/.config/chamado-health
|
|
||||||
ExecStart=/usr/bin/env python3 %h/src/chamado-health/healthcheck.py
|
|
||||||
StandardOutput=journal
|
|
||||||
StandardError=journal
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=default.target
|
|
||||||
Loading…
Reference in a new issue