File: consolation.service

package info (click to toggle)
consolation 0.0.9-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 532 kB
  • sloc: sh: 1,307; ansic: 1,307; makefile: 19
file content (14 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Linux Console Pointer Interface
Documentation=man:consolation(8)

[Service]
EnvironmentFile=/etc/default/consolation
ExecStart=consolation --no-daemon $DAEMON_OPTS

ProtectSystem=strict
ProtectHome=yes
PrivateTmp=yes

[Install]
WantedBy=multi-user.target