/lib/systemd/system/comitup.service is in comitup 1.2.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | [Unit]
Description=Comitup Wifi Management
After=NetworkManager.service Avahi.service
Documentation=man:comitup(8)
[Service]
Type=dbus
BusName=com.github.davesteele.comitup
ExecStart=/usr/sbin/comitup
# PrivateTmp=true
# PrivateDevices=yes
# PrivateNetwork=yes
# ProtectSystem=full
# ProtectHome=yes
# MountFlags=slave
# NoNewPrivileges=yes
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target
|