aboutsummaryrefslogtreecommitdiffstats
path: root/unix/vncserver/vncserver@.service.in
diff options
context:
space:
mode:
authorJan Grulich <jgrulich@redhat.com>2020-09-29 13:37:16 +0200
committerJan Grulich <jgrulich@redhat.com>2020-09-29 14:12:53 +0200
commit40f104ffe1e36df9613f8d316f616fb2b089cc86 (patch)
tree57c8d897eecabf3a5721e203d6e71b8e6e14b691 /unix/vncserver/vncserver@.service.in
parent38c6848b30cb1908171f2b4628e345fbf6727b39 (diff)
downloadtigervnc-40f104ffe1e36df9613f8d316f616fb2b089cc86.tar.gz
tigervnc-40f104ffe1e36df9613f8d316f616fb2b089cc86.zip
Use /run instead of /var/run which is just a symlink
Diffstat (limited to 'unix/vncserver/vncserver@.service.in')
-rw-r--r--unix/vncserver/vncserver@.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/vncserver/vncserver@.service.in b/unix/vncserver/vncserver@.service.in
index 584ecf4b..5624dff7 100644
--- a/unix/vncserver/vncserver@.service.in
+++ b/unix/vncserver/vncserver@.service.in
@@ -36,7 +36,7 @@ After=syslog.target network.target
[Service]
Type=forking
ExecStart=@CMAKE_INSTALL_FULL_LIBEXECDIR@/vncsession-start %i
-PIDFile=/var/run/vncsession-%i.pid
+PIDFile=/run/vncsession-%i.pid
SELinuxContext=system_u:system_r:vnc_session_t:s0
[Install]