diff options
Diffstat (limited to 'roles/lounge/templates/thelounge.service')
| -rw-r--r-- | roles/lounge/templates/thelounge.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roles/lounge/templates/thelounge.service b/roles/lounge/templates/thelounge.service new file mode 100644 index 0000000..abc4868 --- /dev/null +++ b/roles/lounge/templates/thelounge.service @@ -0,0 +1,11 @@ +[Unit] +Description=The Lounge IRC Client +After=network.target + +[Service] +ExecStart=/usr/bin/thelounge start +User=thelounge +WorkingDirectory=/var/lib/thelounge + +[Install] +WantedBy=multi-user.target |
