initial commit
This commit is contained in:
commit
6c1c2fc043
11 changed files with 3112 additions and 0 deletions
14
services/sepiatones_xyz.service
Normal file
14
services/sepiatones_xyz.service
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=Blog of sepiatones
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
WorkingDirectory=/www/sepiatones_xyz
|
||||
ExecStart=/www/sepiatones_xyz/sepiatones_xyz
|
||||
Restart=always
|
||||
User=sepiatones_xyz
|
||||
Group=sepiatones_xyz
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue