mirror of
https://github.com/RoganDawes/P4wnP1_aloa.git
synced 2025-03-17 13:21:50 +01:00
21 lines
414 B
Desktop File
21 lines
414 B
Desktop File
[Unit]
|
|
Description=P4wnP1 Startup Service
|
|
#After=systemd-modules-load.service
|
|
After=local-fs.target
|
|
DefaultDependencies=no
|
|
Before=sysinit.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
#Type=forking
|
|
#RemainAfterExit=yes
|
|
ExecStart=/usr/local/bin/P4wnP1_service
|
|
#StandardOutput=journal+console
|
|
#StandardError=journal+console
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
#WantedBy=sysinit.target
|