[go: up one dir, main page]

File: comitup.service

package info (click to toggle)
comitup 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,092 kB
  • sloc: python: 2,109; sh: 30; makefile: 18
file content (21 lines) | stat: -rw-r--r-- 408 bytes parent folder | download
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