mirror of
https://github.com/g4klx/DMRGateway.git
synced 2025-12-06 05:32:01 +01:00
14 lines
173 B
Desktop File
14 lines
173 B
Desktop File
[Unit]
|
|
Description=relinker service
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=idle
|
|
|
|
ExecStart=/bin/bash /opt/script/relink-repeater.sh
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |