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

16 lines
376 B
SYSTEMD
Raw Normal View History

[Unit]
2020-07-24 12:31:07 +02:00
Description=Movim daemon
After=nginx.service network.target local-fs.target postgresql.service
[Service]
Type=simple
2018-08-12 00:22:31 +02:00
User=__APP__
Group=__APP__
2020-07-24 17:58:14 +02:00
WorkingDirectory=__FINALPATH__
2020-07-24 18:17:18 +02:00
ExecStart=/usr/bin/php daemon.php start --url=https://__DOMAIN__/__PATH__ --port=__PORT__
2015-08-27 07:39:22 +02:00
StandardOutput=syslog
2018-08-12 00:22:31 +02:00
SyslogIdentifier=__APP__
2020-08-03 14:07:20 +02:00
PIDFile=/run/movim.pid
2020-07-24 18:49:44 +02:00
Restart=on-failure
RestartSec=10