projects
/
vpproxy.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Добавлен юнит для systemd
[vpproxy.git]
/
systemd
/
vpproxy.service
1
[Unit]
2
Description=Video Transcoding Proxy
3
Requires=network.target
4
After=network.target
5
6
[Service]
7
User=root
8
Type=simple
9
PIDFile=/var/run/vpproxy.pid
10
ExecStart=/usr/local/bin/vpproxy
11
Restart=always
12
RestartSec=60s
13
14
[Install]
15
WantedBy=multi-user.target