mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2025-01-03 14:32:40 +00:00
Unit fixes; version bump
This commit is contained in:
parent
cc2296522c
commit
7e76402029
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ namespace JKingWeb\Arsse;
|
||||||
|
|
||||||
const BASE = __DIR__.DIRECTORY_SEPARATOR;
|
const BASE = __DIR__.DIRECTORY_SEPARATOR;
|
||||||
const NS_BASE = __NAMESPACE__."\\";
|
const NS_BASE = __NAMESPACE__."\\";
|
||||||
const VERSION = "0.0.0";
|
const VERSION = "0.1.0";
|
||||||
|
|
||||||
require_once BASE."vendor".DIRECTORY_SEPARATOR."autoload.php";
|
require_once BASE."vendor".DIRECTORY_SEPARATOR."autoload.php";
|
||||||
ignore_user_abort(true);
|
ignore_user_abort(true);
|
4
dist/arsse.service
vendored
4
dist/arsse.service
vendored
|
@ -5,11 +5,11 @@ After=network.target
|
||||||
[Service]
|
[Service]
|
||||||
User=www-data
|
User=www-data
|
||||||
Group=www-data
|
Group=www-data
|
||||||
WorkingDirectory=/usr/share/arsse/www
|
WorkingDirectory=/usr/share/arsse
|
||||||
Type=simple
|
Type=simple
|
||||||
StandardOutput=null
|
StandardOutput=null
|
||||||
StandardError=syslog
|
StandardError=syslog
|
||||||
ExecStart=/usr/bin/env php /usr/share/arsse/www/arsse.php daemon
|
ExecStart=/usr/bin/env php /usr/share/arsse/arsse.php daemon
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
Loading…
Reference in a new issue