mirror of
https://github.com/go-shiori/shiori.git
synced 2024-11-16 14:16:29 +08:00
chore: remove systemd unit
This commit is contained in:
parent
8dc0630291
commit
4c449e09b0
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=Simple bookmark manager built with Go
|
|
||||||
Documentation=https://github.com/RadhiFadlillah/shiori
|
|
||||||
After=network.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=simple
|
|
||||||
User=shiori
|
|
||||||
WorkingDirectory=/home/shiori
|
|
||||||
ExecStart=/usr/local/bin/shiori serve -p 9000
|
|
||||||
Restart=on-abort
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
Loading…
Reference in a new issue