mirror of
https://github.com/berthubert/galmon.git
synced 2026-05-15 13:46:55 -04:00
20 lines
368 B
Desktop File
20 lines
368 B
Desktop File
[Unit]
|
|
Description=galmon ubxtool
|
|
After=network.target
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=1
|
|
# uncomment User and Group to not run as root
|
|
#User=ubxtool
|
|
#Group=ubxtool
|
|
RuntimeDirectory=ubxtool
|
|
RuntimeDirectoryPreserve=yes
|
|
WorkingDirectory=/run/ubxtool
|
|
ExecStart=/usr/local/ubxtool/ubxtool.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|