systems/arch-portalo/etc_systemd_system_ckb-next-daemon.service

12 lines
269 B
SYSTEMD
Raw Permalink Normal View History

2022-12-20 17:34:26 +00:00
[Unit]
Description=Daemon for ckb-next
[Service]
# You must install that file manually
# sudo ln -sf "/home/$(whoami)/.nix-profile/bin/ckb-next-daemon" "/usr/local/bin/"
ExecStart=/usr/local/bin/ckb-next-daemon
Restart=on-failure
[Install]
WantedBy=multi-user.target