Fixed systemd service name
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-09-01 13:50:29 -04:00
parent c5b0db8de2
commit e3eb54720c

View File

@ -25,7 +25,7 @@ assets = [
] ]
[package.metadata.deb.systemd-units] [package.metadata.deb.systemd-units]
unit-scripts = "build/debian/service" unit-scripts = "build/debian/service"
unit-name = "adept.service" unit-name = "adept"
enable = true enable = true
start = true start = true