mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-06-11 00:34:46 +02:00
20 lines
399 B
Desktop File
20 lines
399 B
Desktop File
[Unit]
|
|
Description=PyMC Repeater Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=pymc-repeater
|
|
Group=pymc-repeater
|
|
WorkingDirectory=/etc/pymc-repeater
|
|
ExecStart=/usr/bin/pymc-repeater
|
|
Restart=always
|
|
RestartSec=10
|
|
|
|
# Allow GPS time sync to update CLOCK_REALTIME without running as root
|
|
CapabilityBoundingSet=CAP_SYS_TIME
|
|
AmbientCapabilities=CAP_SYS_TIME
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|