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.
20 lines
425 B
20 lines
425 B
# Umbrel Connection Details Logger (TTY)
|
|
# Installed at /etc/systemd/system/umbrel-connection-details.service
|
|
|
|
[Unit]
|
|
Description=Connection Details
|
|
Requires=umbrel-startup.service
|
|
After=umbrel-startup.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Restart=no
|
|
ExecStart=/home/umbrel/umbrel/scripts/umbrel-os/umbrel-details
|
|
User=root
|
|
Group=root
|
|
StandardOutput=tty
|
|
TTYPath=/dev/tty1
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|