mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Ubuntu Service files
This commit is contained in:
parent
45be006694
commit
46029d533c
7 changed files with 112 additions and 0 deletions
19
conf/systemd/webvirt-gstfsd.service
Normal file
19
conf/systemd/webvirt-gstfsd.service
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[Unit]
|
||||
Description=Webvirt Cloud GSTFSD
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=on-failure
|
||||
RestartSec=10
|
||||
LimitNOFILE=64000
|
||||
|
||||
ExecStart=/usr/bin/python3 /usr/local/bin/gstfsd
|
||||
|
||||
# Make sure stderr/stdout is captured in the systemd journal.
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue