1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
movim_ynh/conf/systemd.service
ericgaspar 3fcf4594ed
fix
2020-09-17 09:02:08 +02:00

19 lines
469 B
Desktop File

[Unit]
Description=Movim daemon
After=nginx.service network.target local-fs.target postgresql.service
[Service]
Type=simple
User=www-data
Environment=PUBLIC_URL=https://__DOMAIN__/__PATH__
Environment=WS_PORT=__PORT__
ExecStart=/usr/bin/php daemon.php start --url=${PUBLIC_URL} --port=${WS_PORT}
WorkingDirectory=__FINALPATH__
StandardOutput=syslog
SyslogIdentifier=__APP__
PIDFile=/run/movim.pid
Restart=on-failure
RestartSec=10
[Install]
WantedBy=multi-user.target