Add arch systems
This commit is contained in:
commit
5fe1d603ad
18 changed files with 301 additions and 0 deletions
11
arch-portalo/etc_systemd_system_ckb-next-daemon.service
Normal file
11
arch-portalo/etc_systemd_system_ckb-next-daemon.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue