14 lines
289 B
Desktop File
14 lines
289 B
Desktop File
[Unit]
|
|
Description=Announce local running services to a remote server
|
|
|
|
[Service]
|
|
Type=simple
|
|
Environment='URL=ws://docker2.homelab:2999'
|
|
ExecStart=/usr/local/bin/unhinged-traefik-announcer
|
|
Restart=always
|
|
StartLimitInterval=0
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|