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/movim.service
2015-08-27 07:39:22 +02:00

15 lines
301 B
Desktop File

[Unit]
Description=Movim daemon
After=nginx.service network.target local-fs.target
[Service]
User=movim
Type=simple
ExecStart=/usr/bin/php daemon.php https://YHURL YHPORT
WorkingDirectory=YHDIR
StandardOutput=syslog
SyslogIdentifier=movim
PIDFile=/run/movim.pid
[Install]
WantedBy=multi-user.target