Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Commit 8a07525

Browse files
committed
Add systemd script
1 parent 2ccab6e commit 8a07525

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

nokari.service

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[Unit]
2+
Description=Nokari
3+
4+
[Service]
5+
WorkingDirectory=
6+
Restart=always
7+
RestartSec=30
8+
ExecStart=/usr/bin/python -OO nokari
9+
User=nori
10+
11+
[Install]
12+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)