- [Unit]
- Description=Heyu Daemon
- Wants=network-online.target
- After=network-online.target
- [Service]
- User={{ heyu_user }}
- Group={{ heyu_user }}
- Type=forking
- ExecStart=/usr/local/bin/heyu start
- ExecStop=/usr/local/bin/heyu stop
- [Install]
- WantedBy=multi-user.target
|