projects
/
minecraft_web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
initial commit
[minecraft_web.git]
/
doc
/
minecraft_web.service
1
[Unit]
2
Description=minecraft_web
3
4
[Service]
5
WorkingDirectory=/var/www/minecraft_web
6
ExecStart=/var/www/minecraft_web/minecraft_web
7
SyslogIdentifier=minecraft_web
8
Restart=always
9
RestartSec=10
10
KillSignal=SIGINT
11
12
[Install]
13
WantedBy=default.target
14