1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00
galene_ynh/conf/systemd.service
2021-01-09 12:29:28 +01:00

14 lines
No EOL
216 B
Desktop File

[Unit]
Description=Galène
After=network.target
[Service]
Type=simple
WorkingDirectory=__FINALPATH__/
User=__APP__
Group=__APP__
ExecStart=__FINALPATH__/galene
LimitNOFILE=65536
[Install]
WantedBy=multi-user.target