summarylogtreecommitdiffstats
path: root/turingarena.service
blob: e25b11cafb2c06d621b3a54e4fe09abb6df65728 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Systemd service file for TuringArena

[Unit]
Description=TuringArena server

[Service]
EnvironmentFile=/etc/default/turingarena
Type=simple
User=turingarena
ExecStart=/usr/lib/turingarena/turingarenad --enable-dmz

[Install]
WantedBy=multi-user.target