mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 10:27:12 +02:00
17 lines
326 B
Desktop File
17 lines
326 B
Desktop File
[Unit]
|
|
Description=Domain Server service for Overte
|
|
After=network.target
|
|
PartOf=overte-server.target
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
|
|
WorkingDirectory=/opt/overte
|
|
Environment="LD_LIBRARY_PATH=/opt/overte/lib"
|
|
User=overte
|
|
Group=overte
|
|
#LimitCORE=infinity
|
|
ExecStart=/opt/overte/domain-server
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|