summarylogtreecommitdiffstats
path: root/goshimmer.service
blob: 076e1d46c955e82d196cd9f46bd872390f8cac29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[Unit]
Description=goshimmer
Wants=network-online.target
After=network-online.target

[Service]
LimitNOFILE=4096
SyslogIdentifier=goshimmer
PrivateDevices=yes
PrivateTmp=yes
ProtectSystem=full
ProtectHome=yes

User=goshimmer
WorkingDirectory=/var/lib/goshimmer
TimeoutSec=1200
Restart=always
ExecStart=/usr/bin/goshimmer -c "/etc/goshimmer/config.json"

[Install]
WantedBy=multi-user.target