blob: 9ed62f603d87d9000f460edb340056e6902f10d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=Fussy Service
[Service]
Type=simple
Environment="FUSSY_CONFIG=/home/fussy/config.sexp"
ExecStart=/home/fussy/fussy
Restart=always
User=fussy
Group=fussy
[Install]
WantedBy=multi-user.target
|