mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-03 23:56:22 -07:00
10 lines
No EOL
157 B
Desktop File
10 lines
No EOL
157 B
Desktop File
[Unit]
|
|
Description=gochan Daemon
|
|
Wants=postgresql.service
|
|
After=postgresql.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/gochan
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |