mirror of https://github.com/lukechilds/umbrel.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
438 B
21 lines
438 B
# Umbrel Service Monitor
|
|
# Installed at /etc/systemd/system/umbrel-service-monitor.service
|
|
|
|
[Unit]
|
|
Description=Service Monitor
|
|
After=umbrel-status-server.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Restart=no
|
|
ExecStart=/home/umbrel/umbrel/scripts/umbrel-os/service-monitor
|
|
TimeoutStartSec=45min
|
|
User=root
|
|
Group=root
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
SyslogIdentifier=service monitor
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|