2022-12-23 11:26:50 -05:00
|
|
|
[Unit]
|
|
|
|
Description=Chutney
|
|
|
|
After=multi.user.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2022-12-25 13:55:08 -05:00
|
|
|
KillMode=mixed
|
2022-12-23 11:26:50 -05:00
|
|
|
WorkingDirectory=$workingDirectory
|
|
|
|
ExecStart=$execStart
|
|
|
|
Restart=on-failure
|
|
|
|
SyslogIdentifier=chutney
|
2022-12-23 12:37:27 -05:00
|
|
|
User=$user
|
2022-12-23 11:26:50 -05:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|