Skip to content

Commit

Permalink
Update service file for systemd
Browse files Browse the repository at this point in the history
Update service file for systemd according to the new syntax to launch the daemon.
  • Loading branch information
clement-analogue committed Nov 16, 2016
1 parent 478c963 commit c06fba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/lib/systemd/system/movim.service
Expand Up @@ -5,7 +5,7 @@ After=apache2.service network.target local-fs.target
[Service]
User=www-data
Type=simple
ExecStart=/usr/bin/php daemon.php https://localhost/movim/ 8080
ExecStart=/usr/bin/php daemon.php start --url=https://localhost/movim/ --port=8080
WorkingDirectory=/usr/share/movim/
StandardOutput=syslog
SyslogIdentifier=movim
Expand Down

0 comments on commit c06fba9

Please sign in to comment.