Skip to content

Commit

Permalink
fixup! [#453] Package for fedora and ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
krendelhoff2 committed Aug 31, 2022
1 parent 1545187 commit 49c5a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/package/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def mk_node_unit(

def mk_rollup_packages():
def mk_units(type, proto):
startup_script = "/usr/bin/tezos-rollup-node-start"
startup_script = f"/usr/bin/tezos-tx-rollup-node-{proto}-start"
service_file = ServiceFile(
Unit(after=["network.target"], description=f"Tezos {type} rollup node"),
Service(
Expand All @@ -467,7 +467,7 @@ def mk_units(type, proto):
SystemdUnit(
service_file=service_file,
startup_script=startup_script.split("/")[-1],
startup_script_source=startup_script.split("/")[-1],
startup_script_source="tezos-rollup-node-start",
config_file="tezos-rollup-node.conf",
),
]
Expand Down

0 comments on commit 49c5a53

Please sign in to comment.