diff options
Diffstat (limited to 'service/tinygram.service')
| -rw-r--r-- | service/tinygram.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/service/tinygram.service b/service/tinygram.service new file mode 100644 index 0000000..0667884 --- /dev/null +++ b/service/tinygram.service @@ -0,0 +1,12 @@ +[Unit] +Description=Tinygram Service + +[Service] +Type=simple +User=tinygram +WorkingDirectory=/opt/tinygram +ExecStart=/opt/tinygram/tinygram +Restart=always + +[Install] +WantedBy=multi-user.target |
