mirror of
https://git.centos.org/centos-git-common.git
synced 2025-02-23 16:22:56 +00:00
17 lines
359 B
SYSTEMD
17 lines
359 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=Listen to org.centos.git.mqtt for actions
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
PrivateTmp=yes
|
||
|
Restart=on-failure
|
||
|
RestartSec=2s
|
||
|
|
||
|
#User=<TRUSTEDUSERNAME>
|
||
|
Group=nobody
|
||
|
ExecStart=/usr/local/bin/listen-on-dbus-for-mqtt-signals.py --dbus-use-system-bus --run-command=/usr/local/bin/my_safe_command.py
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|