mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +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 NS_BASE = __NAMESPACE__."\\";
|
||||
const VERSION = "0.0.0";
|
||||
const VERSION = "0.1.0";
|
||||
|
||||
require_once BASE."vendor".DIRECTORY_SEPARATOR."autoload.php";
|
||||
ignore_user_abort(true);
|
4
dist/arsse.service
vendored
4
dist/arsse.service
vendored
|
@ -5,11 +5,11 @@ After=network.target
|
|||
[Service]
|
||||
User=www-data
|
||||
Group=www-data
|
||||
WorkingDirectory=/usr/share/arsse/www
|
||||
WorkingDirectory=/usr/share/arsse
|
||||
Type=simple
|
||||
StandardOutput=null
|
||||
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]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in a new issue