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