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
507 B
21 lines
507 B
# Umbrel Status Server
|
|
# Installed at /etc/systemd/system/umbrel-status-server.service
|
|
|
|
[Unit]
|
|
Description=Status Server
|
|
Before=umbrel-external-storage-sdcard-update.service
|
|
Before=umbrel-external-storage.service
|
|
Before=umbrel-startup.service
|
|
|
|
[Service]
|
|
Type=exec
|
|
ExecStartPre=/home/umbrel/umbrel/scripts/umbrel-os/status-server/setup
|
|
ExecStart=/status-server/status-server
|
|
User=root
|
|
Group=root
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
SyslogIdentifier=status server
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|