19 lines
350 B
Desktop File
19 lines
350 B
Desktop File
[Unit]
|
|
Description=EP Eraser console
|
|
After=local-fs.target systemd-udev-settle.service
|
|
Wants=systemd-udev-settle.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/sbin/ep-eraser
|
|
StandardInput=tty
|
|
StandardOutput=tty
|
|
StandardError=tty
|
|
TTYPath=/dev/tty1
|
|
TTYReset=yes
|
|
TTYVHangup=yes
|
|
TTYVTDisallocate=yes
|
|
Restart=no
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |