1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-18 09:36:24 -07:00
gochan/sample-configs/gochan-mysql.service

10 lines
No EOL
147 B
Desktop File

[Unit]
Description=gochan Daemon
Wants=mysql.service
After=mysql.service
[Service]
ExecStart=/usr/bin/gochan
[Install]
WantedBy=multi-user.target