summaryrefslogtreecommitdiffstats
path: root/roles/stream/templates/icecast-emacsconf.service
blob: a78f69b683a2308de4c290c7e34319c45dedaa91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# {{ ansible_managed }}

[Unit]
Description=Icecast with EmacsConf config
After=syslog.target network.target

[Service]
Type=simple
User={{ icecast_user }}
Group={{ icecast_group }}
WorkingDirectory={{ etherpad_path }}
ExecStart=node {{ etherpad_path }}/node_modules/ep_etherpad-lite/node/server.js
Environment=NODE_ENV=production
Restart=always

[Install]
WantedBy=multi-user.target