mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
15 lines
347 B
Desktop File
15 lines
347 B
Desktop File
[Unit]
|
|
Description=Movim daemon
|
|
After=nginx.service network.target local-fs.target postgresql.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__APP__
|
|
Group=__APP__
|
|
WorkingDirectory=__FINALPATH__/
|
|
ExecStart=/usr/bin/php daemon.php start --url=https://__URL__ --port=__PORT__
|
|
StandardOutput=syslog
|
|
SyslogIdentifier=__APP__
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|