Fixed instructions in systemd unit file.
This commit is contained in:
parent
8ef823f6ee
commit
42f43f399c
@ -1,6 +1,6 @@
|
||||
Name: tigervnc
|
||||
Version: 1.3.0
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
Summary: A TigerVNC remote display system
|
||||
|
||||
Group: User Interface/Desktops
|
||||
@ -355,6 +355,9 @@ fi
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 14 2014 Tim Waugh <twaugh@redhat.com> 1.3.0-12
|
||||
- Fixed instructions in systemd unit file.
|
||||
|
||||
* Fri Jan 10 2014 Tim Waugh <twaugh@redhat.com> 1.3.0-11
|
||||
- Fixed viewer crash when cursor has not been set (bug #1038701).
|
||||
|
||||
|
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user