1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/guacamole_ynh.git synced 2024-09-03 19:16:03 +02:00
guacamole_ynh/conf/guacd.service
2021-03-21 19:49:14 -04:00

15 lines
395 B
Desktop File

[Unit]
Description=Guacamole Server
After=network.target
[Service]
Type=simple
User=__APP__-guacd
Group=__APP__-guacd
ExecStart=__FINALPATH__/sbin/guacd -f -l __GUACD_PORT__ >> /var/log/__APP__/guacd.log 2>&1
Restart=on-abnormal
Environment="LD_LIBRARY_PATH=__FINALPATH__/lib:__FINALPATH__/usr/lib"
Environment="GUACAMOLE_HOME=__FINALPATH__/etc/guacamole"
[Install]
WantedBy=multi-user.target