mirror of
https://github.com/chubin/wttr.in
synced 2024-11-15 08:37:12 +00:00
10 lines
163 B
SYSTEMD
10 lines
163 B
SYSTEMD
|
[Unit]
|
||
|
Description=Wttr weather service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/authbind --deep /srv/ephemeral/start.sh
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|