summarylogtreecommitdiffstats
path: root/apalache.service
blob: ea9ee96714c1f2684a2dabceea6d23c82079f4fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Apalache Server
After=network.target

[Service]
ExecStart=/usr/bin/apalache-mc server
ExecStop=/bin/kill -s SIGINT $MAINPID
ExecReload=/bin/kill -s SIGINT $MAINPID ; /usr/bin/apalache-mc server
Restart=always
LimitNOFILE=4096

[Install]
WantedBy=multi-user.target