1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/phrik/files/phrik.service
Sven-Hendrik Haase c02623527e
phrik: Change WantedBy=default.target to WantedBy=multi-user.target
This seems more proper as default.target is not a real target that
services should require. multi-user.target is the sensible default
for such services.
2020-06-21 03:04:44 +02:00

13 lines
238 B
SYSTEMD

[Unit]
Description=The official Arch Linux IRC bot
[Service]
ExecStart=/home/phrik/venv/bin/supybot /home/phrik/phrik/phrik.conf
Restart=on-failure
NoNewPrivileges=true
ProtectSystem=full
User=phrik
[Install]
WantedBy=multi-user.target