chutney/chutney.service

14 lines
212 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Chutney
After=multi.user.target
[Service]
Type=simple
WorkingDirectory=$workingDirectory
ExecStart=$execStart
Restart=on-failure
SyslogIdentifier=chutney
[Install]
WantedBy=multi-user.target