diff --git a/bootstrap.php b/bootstrap.php index 339fde4..8ba3a73 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -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); \ No newline at end of file diff --git a/dist/arsse.service b/dist/arsse.service index 4abea75..3e19ee8 100644 --- a/dist/arsse.service +++ b/dist/arsse.service @@ -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 \ No newline at end of file