ff67e903ca
Make it work with simple `dpkg-buildpackage` Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
16 lines
303 B
Desktop File
16 lines
303 B
Desktop File
[Unit]
|
|
Description=NeoFS Storage node
|
|
Requires=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/neofs-node --config /etc/neofs/storage/config.yml
|
|
User=neofs-storage
|
|
Group=neofs-storage
|
|
WorkingDirectory=/srv/neofs
|
|
Restart=always
|
|
RestartSec=5
|
|
PrivateTmp=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|