mirror of
https://github.com/YunoHost-Apps/streama_ynh.git
synced 2024-09-03 20:26:30 +02:00
16 lines
270 B
Desktop File
16 lines
270 B
Desktop File
[Unit]
|
|
Description=streama
|
|
After=network.target
|
|
|
|
[Service]
|
|
WorkingDirectory=/opt/streama/
|
|
User=streama
|
|
Group=users
|
|
Type=simple
|
|
UMask=000
|
|
ExecStart=/usr/bin/java -Djava.awt.headless=true -jar streama.jar
|
|
RestartSec=30
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|