
The synergy.conf must configure just the service whereas the managers must be configured with separate configuration files. - removed all scheduler managers sections - added support to read all configuration files in /etc/synergy - removed service automatic restart after installation or update bug #1663581 Depends-On: I7ceb140182db306567d7f7a6b5bfcf0871249a05 Sem-Ver: feature Change-Id: I4491606402314d29363420aeb5cb943ae3a9090f
13 lines
297 B
Desktop File
13 lines
297 B
Desktop File
[Unit]
|
|
Description=Synergy service
|
|
After=mysql.service postgresql.service slapd.service rabbitmq-server.service ntp.service
|
|
|
|
[Service]
|
|
User=synergy
|
|
Group=synergy
|
|
WorkingDirectory=/var/lib/synergy
|
|
ExecStart=/usr/bin/synergy-service --config-dir /etc/synergy/
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|