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]
|
[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]
|
Loading…
Reference in a new issue