mirror of
https://github.com/YACReader/yacreader
synced 2025-05-25 18:00:46 -04:00
12 lines
195 B
Desktop File
12 lines
195 B
Desktop File
[Unit]
|
|
Description= YACReaderLibrary headless server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
ExecStart=/usr/bin/YACReaderLibraryServer start
|
|
|
|
[Install]
|
|
WantedBy=default.target
|