mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-21 13:52:30 +02:00
@@ -11,7 +11,7 @@ Documentation=https://github.com/ArchiveBox/ArchiveBox/wiki
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
WorkingDirectory=/home/archive-box/archive-box/
|
WorkingDirectory=/home/archivebox/archivebox/
|
||||||
ExecStart=/usr/local/bin/archivebox server 0.0.0.0:8000
|
ExecStart=/usr/local/bin/archivebox server 0.0.0.0:8000
|
||||||
ExecReload=/bin/kill -s HUP $MAINPID
|
ExecReload=/bin/kill -s HUP $MAINPID
|
||||||
ExecStop=/bin/kill -s QUIT $MAINPID
|
ExecStop=/bin/kill -s QUIT $MAINPID
|
||||||
@@ -19,9 +19,9 @@ Restart=always
|
|||||||
RestartSec=2
|
RestartSec=2
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
StandardError=syslog
|
StandardError=syslog
|
||||||
SyslogIdentifier=archive-box
|
SyslogIdentifier=archivebox
|
||||||
User=archive-box
|
User=archivebox
|
||||||
Group=archive-box
|
Group=archivebox
|
||||||
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
Reference in New Issue
Block a user