summaryrefslogtreecommitdiffstats
path: root/.ship/service
blob: 3166559e1f8eae9946e9e59be1485c8cfc634b69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=muxstr
After=network.target

[Service]
Type=simple
User=muxstr
WorkingDirectory=/var/lib/muxstr
EnvironmentFile=/etc/ship/env/muxstr.env
ExecStart=/usr/local/bin/muxstr -config /var/lib/muxstr/config.yaml
Restart=always
RestartSec=5s
NoNewPrivileges=true
PrivateTmp=true

[Install]
WantedBy=multi-user.target