File: comitup.service

package info (click to toggle)
comitup 1.38-2~deb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,284 kB
  • sloc: python: 3,042; javascript: 1,261; sh: 98; makefile: 33
file content (22 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[Unit]
Description=Comitup Wifi Management
After=NetworkManager.service Avahi.service
Requires=avahi-daemon.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