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

16 lines
334 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Movim daemon
2015-09-07 15:42:55 +02:00
After=nginx.service network.target local-fs.target mysql.service
[Service]
2015-08-21 17:47:56 +02:00
User=movim
Type=simple
ExecStart=/usr/bin/php daemon.php start --url=https://YHURL --port=YHPORT
2015-08-04 10:50:43 +02:00
WorkingDirectory=YHDIR
2015-08-27 07:39:22 +02:00
StandardOutput=syslog
SyslogIdentifier=movim
PIDFile=/run/movim.pid
[Install]
WantedBy=multi-user.target