aboutsummaryrefslogtreecommitdiff
path: root/debian/byspel.service
blob: 27177f08ffdaf2c48b774bc808c0bef574c07ab2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Example webapp built with Scala
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/byspel /etc/byspel.toml
User=byspel
Group=byspel

[Install]
WantedBy=multi-user.target