Fix broken vncserver.service file

This commit is contained in:
Jan Grulich 2016-11-30 07:07:43 +01:00
parent d57a60aafd
commit a374ec2445
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: tigervnc Name: tigervnc
Version: 1.7.0 Version: 1.7.0
Release: 4%{?dist} Release: 5%{?dist}
Summary: A TigerVNC remote display system Summary: A TigerVNC remote display system
%global _hardened_build 1 %global _hardened_build 1
@ -325,6 +325,9 @@ fi
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Wed Nov 30 2016 Jan Grulich <jgrulich@redhat.com> - 1.7.0-5
- Fix broken vncserver.service file
* Wed Nov 23 2016 Jan Grulich <jgrulich@redhat.com> - 1.7.0-4 * Wed Nov 23 2016 Jan Grulich <jgrulich@redhat.com> - 1.7.0-4
- Improve instructions in vncserver.service - Improve instructions in vncserver.service
Resolves: bz#1397207 Resolves: bz#1397207

View File

@ -3,7 +3,7 @@
# Quick HowTo: # Quick HowTo:
# 1. Copy this file to /etc/systemd/system/vncserver@.service # 1. Copy this file to /etc/systemd/system/vncserver@.service
# 2. Replace <USER> with the actual user name and edit vncserver # 2. Replace <USER> with the actual user name and edit vncserver
parameters appropriately # parameters appropriately
# ("User=<USER>" and "/home/<USER>/.vnc/%H%i.pid") # ("User=<USER>" and "/home/<USER>/.vnc/%H%i.pid")
# 3. Run `systemctl daemon-reload` # 3. Run `systemctl daemon-reload`
# 4. Run `systemctl enable vncserver@:<display>.service` # 4. Run `systemctl enable vncserver@:<display>.service`