зеркало из https://github.com/golang/build.git
17 строки
293 B
SYSTEMD
17 строки
293 B
SYSTEMD
[Unit]
|
|
Description=vcs-test web server
|
|
Requires=vcweb-http.socket vcweb-https.socket
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/usr/bin/vcweb -d /home/vcweb
|
|
WatchdogSec=30s
|
|
Restart=always
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
SyslogIdentifier=vcweb
|
|
User=uucp
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|