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
402 B
21 lines
402 B
4 years ago
|
# 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=/usr/local/bin/umbrel-details
|
||
|
User=root
|
||
|
Group=root
|
||
|
StandardOutput=tty
|
||
|
TTYPath=/dev/tty1
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|