summarylogtreecommitdiffstats
path: root/tmtv-server.service
blob: 2853b942d6f8d6c5442860f2c20a240a367cc76b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[Unit]
Description=tmtv relay server
After=network.target tmtv-server-genkeys.service
Wants=tmtv-server-genkeys.service

[Service]
EnvironmentFile=/etc/tmtv/tmtv-server.env
PIDFile=/run/tmtv/tmtv-server.pid
ExecStart=/usr/bin/tmtv-server \
  -k /etc/tmtv/keys \
  -p "$TMTV_PORT" \
  -h "$TMTV_HOST" \
  -v
Restart=on-failure
NoNewPrivileges=yes
ProtectHome=true
ProtectSystem=strict
PrivateTmp=true
ReadWritePaths=/tmp

[Install]
WantedBy=multi-user.target