12 lines
269 B
SYSTEMD
12 lines
269 B
SYSTEMD
|
[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
|