blob: 0c0f8655b7af83a080a4600946f65d1705254e1a (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=octez-node
[Service]
Type=simple
User=octez-node
ExecStart=/usr/bin/octez-node-19 run --data-dir /var/lib/octez-node/%i
[Install]
WantedBy=multi-user.target
|