mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-13 09:12:39 +02:00
Renamed folder from /rpm to /pkg-scripts, in preparation for adding non-rpm packaging scripts new-server scripts adjusted for new symlink name ("High Fidelity" renamed to "Project Athena")
20 lines
583 B
Desktop File
20 lines
583 B
Desktop File
[Unit]
|
|
Description=Ice Server service for Athena
|
|
After=network.target
|
|
PartOf=athena-server@%i.target
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
|
|
EnvironmentFile=/etc/athena/%i.conf
|
|
Environment="HIFI_ENVIRONMENT=production" "LD_LIBRARY_PATH=/usr/share/athena/lib" "HOME=/var/lib/athena/%i"
|
|
PrivateTmp=true
|
|
WorkingDirectory=/var/lib/athena
|
|
User=athena
|
|
Group=athena
|
|
#ExecStartPre=/bin/bash -c 'if /usr/bin/pgrep -l ice-server; then /usr/bin/pkill -SIGKILL -f /usr/share/hifi/ice-server/ice-server; fi'
|
|
#LimitCORE=infinity
|
|
ExecStart=/usr/share/athena/ice-server
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|