unitard/templates/basic.service

11 lines
221 B
SYSTEMD
Raw Normal View History

2022-11-24 19:09:42 +10:30
# service file automatically created with github.com/tardisx/unitard
[Unit]
Description={{ .description }}
[Service]
2022-11-24 19:29:20 +10:30
WorkingDirectory={{ .workingDirectory }}
2022-11-24 19:09:42 +10:30
ExecStart={{ .execStart }}
[Install]
WantedBy=default.target