Add Parsee systemd service
This commit is contained in:
commit
1b89825f9f
1 changed files with 16 additions and 0 deletions
16
systemd/parsee.service
Normal file
16
systemd/parsee.service
Normal file
|
@ -0,0 +1,16 @@
|
|||
[Unit]
|
||||
Description=Parsee bridge
|
||||
StartLimitIntervalSec=500
|
||||
StartLimitBurst=5
|
||||
|
||||
[Service]
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
Type=simple
|
||||
StandardOutput=journal
|
||||
WorkingDirectory=/home/nyx/data
|
||||
ExecStart=/usr/bin/parsee
|
||||
MemoryMax=1G
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Add table
Reference in a new issue