mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
80bdea70f8
- Upgrade to version 0.19 - Fix login
17 lines
463 B
Desktop File
17 lines
463 B
Desktop File
[Unit]
|
|
Description=Movim: Responsive web-based XMPP client
|
|
After=nginx.service network.target local-fs.target postgresql.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__APP__
|
|
WorkingDirectory=__FINALPATH__
|
|
ExecStart=/usr/bin/php__PHPVERSION__ daemon.php start --interface=127.0.0.1 --url=https://__DOMAIN____PATH__/ --port=__PORT__
|
|
StandardOutput=syslog
|
|
SyslogIdentifier=__APP__
|
|
PIDFile=/run/movim.pid
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|