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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
4 deletions
-
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 |
|
|
|
|