remove dash
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
0e6fdb854f
commit
67e9c77ab7
1 changed files with 4 additions and 4 deletions
|
@ -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]
|
Loading…
Reference in a new issue