mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
13 lines
257 B
SYSTEMD
13 lines
257 B
SYSTEMD
|
[Unit]
|
||
|
Description=Movim daemon
|
||
|
After=nginx.service network.target local-fs.target
|
||
|
|
||
|
[Service]
|
||
|
User=www-data
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/php daemon.php https://localhost/movim/ 8080
|
||
|
WorkingDirectory=/usr/share/movim/
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|