summarylogtreecommitdiffstats
path: root/repro.service
blob: c52dee656397f5ad5dab1e3d2327e9d9369c8308 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=reSIProcate repro SIP proxy daemon
After=network-online.target
After=syslog.target
Wants=network-online.target

[Service]
ExecStart=/bin/repro /etc/repro/repro.config --Daemonize=false
ExecReload=/bin/kill -HUP $MAINPID
User=repro
WorkingDirectory=~

[Install]
WantedBy=multi-user.target