Fixed instructions in systemd unit file.

(cherry picked from commit 42f43f399c)

Conflicts:
	tigervnc.spec
This commit is contained in:
Tim Waugh 2014-01-14 14:32:31 +00:00
parent 205a287f62
commit d55ed74eb3
2 changed files with 3 additions and 2 deletions

View File

@ -344,7 +344,8 @@ fi
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Thu Dec 12 2013 Tim Waugh <twaugh@redhat.com> 1.3.0-8
* Tue Jan 21 2014 Tim Waugh <twaugh@redhat.com> 1.3.0-8
- Fixed instructions in systemd unit file.
- Fixed viewer crash when cursor has not been set (bug #1038701).
- Avoid invalid read when ZRLE connection closed (upstream bug #133).

View File

@ -1,7 +1,7 @@
# The vncserver service unit file
#
# Quick HowTo:
# 1. Copy this file to /etc/systemd/system/vncserver@:<display>.service
# 1. Copy this file to /etc/systemd/system/vncserver@.service
# 2. Edit <USER> and vncserver parameters appropriately
# ("runuser -l <USER> -c /usr/bin/vncserver %i -arg1 -arg2")
# 3. Run `systemctl daemon-reload`