blob: 8c27396c16e961d8c633daec9ce86232e81e9c92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=Turing simulator
After=network.target
[Service]
WorkingDirectory=/home/gramos/git/turing-web/
ExecStart=/home/gramos/git/turing-web/dist/build/turing-web/turing-web Production
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=always
[Install]
WantedBy=multi-user.target
#Alias=turing.service
|