Initial setup commit
This commit is contained in:
18
wayvnc.service
Normal file
18
wayvnc.service
Normal file
@@ -0,0 +1,18 @@
|
||||
[Unit]
|
||||
Description=WayVNC Server
|
||||
Documentation=man:wayvnc
|
||||
After=graphical-session.target
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/wayvnc 0.0.0.0 5900
|
||||
Restart=on-failure
|
||||
RestartSec=3
|
||||
|
||||
# Optional hardening
|
||||
NoNewPrivileges=yes
|
||||
PrivateTmp=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
||||
Reference in New Issue
Block a user