blob: 1fb6cd7314d3fa78337a1dc9262919eab98e3ed0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=IRC Bot written in Rust
After=network-online.target
[Service]
Type=simple
User=frippy
Group=frippy
WorkingDirectory=/etc/frippy
ExecStart=/usr/bin/frippy
Restart=always
RestartSec=30
[Install]
WantedBy=multi-user.target
|