Browse Source

fix outdated stuff and typos in movim.service

no idea how that stuff ended up there in the first place.
pull/1366/head
poVoq 1 year ago
committed by GitHub
parent
commit
1db981fa96
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      etc/systemd/system/movim.service

5
etc/systemd/system/movim.service

@ -1,13 +1,10 @@
[Unit]
Description=Movim daemon
After=apache2.service network.target local-fs.target
After=nginx.service network.target local-fs.target
[Service]
User=www-data
Type=simple
Environment=PUBLIC_URL=https://localhost/movim/
Environment=WS_PORT=8080
EnvironmentFile=-/etc/default/movim
ExecStart=/usr/bin/php daemon.php start
WorkingDirectory=/var/www/movim/
StandardOutput=journal

Loading…
Cancel
Save