mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-28 11:02:39 +02:00
Initial Golang project
This commit is contained in:
12
init/ghostream.service
Normal file
12
init/ghostream.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Simple streaming server
|
||||
After=syslog.target
|
||||
|
||||
[Service]
|
||||
User=www-data
|
||||
EnvironmentFile=-/etc/default/ghostream
|
||||
ExecStart=/usr/bin/ghostream
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user