summarylogtreecommitdiffstats
path: root/minisatip.service
blob: 7195b05a1dc25dde06471b83b24317f36cd8197e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Single threaded SAT>IP server
After=network.target

[Service]
User=minisatip
Group=minisatip
WorkingDirectory=/tmp
Type=simple
EnvironmentFile=-/etc/conf.d/minisatip
ExecStart=/usr/bin/minisatip -f $SERVER_ARGS

[Install]
WantedBy=multi-user.target