14 lines
233 B
INI
14 lines
233 B
INI
|
[Unit]
|
||
|
Description=VNC Control Service
|
||
|
After=wayvnc.service
|
||
|
BindsTo=wayvnc.service
|
||
|
ConditionPathExists=/etc/wayvnc/config
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/sbin/wayvnc-control.py
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=wayvnc.service
|