🔧 Created stub systemd service
This commit is contained in:
parent
28a1498f76
commit
1ee4956afd
1 changed files with 15 additions and 0 deletions
15
init/hub.service
Normal file
15
init/hub.service
Normal file
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=WebSub Hub
|
||||
After=syslog.target
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=/etc/hub/env
|
||||
RestartSec=2s
|
||||
Type=simple
|
||||
WorkingDirectory=/etc/hub/
|
||||
ExecStart=/etc/hub/hub
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in a new issue