1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
[Unit] Description=Openbazaar Marketplace Server After=network.target [Service] Type=simple User=openbazaar TimeoutSec=0 ExecStart=/usr/bin/openbazaard-next start ExecStop=/usr/bin/openbazaard-next stop ExecReload=/usr/bin/openbazaard-next restart ## Security InaccessibleDirectories=/home [Install] WantedBy=multi-user.target