1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-07 06:06:23 -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